home *** CD-ROM | disk | FTP | other *** search
/ 410 Games Neste / Magister SuperGames.iso / puzzle / eWords / Mr-smile.rul < prev    next >
Encoding:
Text File  |  1996-11-23  |  2.5 KB  |  93 lines

  1. ;; This is a rule file for LANWords.
  2. ;;
  3. [eWords]
  4.  
  5. ;; The name and description of this rule file.
  6. ;;
  7. Name=Mr. Smiley
  8. Desc=Fun for kids!
  9.  
  10. ;; A description of the rules.
  11. ;;
  12. Rule01=
  13. Rule02=The first word must be played on the center of the board, on
  14. Rule03=Mr. Smiley's nose.  Other words must connect to existing words.
  15. Rule04=As with crossword puzzles words are spelled left-to-right and
  16. Rule05=top-to-bottom.
  17. Rule06=
  18. Rule07=The game is over when one player has played his last tile or all
  19. Rule08=players have passed their turn.  At the end of the game each
  20. Rule09=players score is reduced by the value of the tiles remaining in
  21. Rule10=his rack.
  22. Rule11=
  23. Rule12=The player with the highest score wins the game.
  24. Rule13=
  25. Rule14=The Mr. Smiley game is especially fun for kids!
  26. Rule15=
  27. Rule16=
  28. Rule17=
  29. Rule18=
  30. Rule19=
  31. Rule20=
  32.  
  33. ;; Board size.  Must be an odd number from 5 to 15.
  34. ;;
  35. BoardSize=15
  36.  
  37. ;; Board square types for each row.
  38. ;;
  39. ;;      0 = empty (no square)
  40. ;;      1 = normal
  41. ;;      2 = 2X letter
  42. ;;      3 = 2X word
  43. ;;      4 = 3X letter
  44. ;;      5 = 3X word
  45. ;;      6 = 4X letter
  46. ;;      7 = 4X word
  47. ;;
  48. Row01=  0 0 0 1 1 1 1 1 1 1 1 1 0 0 0
  49. Row02=  0 0 1 4 4 4 1 1 1 4 4 4 1 0 0
  50. Row03=  0 1 1 1 1 1 1 1 1 1 1 1 1 1 0
  51. Row04=  1 1 1 2 2 2 1 1 1 2 2 2 1 1 1
  52. Row05=  1 1 1 2 6 6 1 1 1 2 6 6 1 1 1
  53. Row06=  1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
  54. Row07=  1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
  55. Row08=  1 1 1 1 1 1 1 3 1 1 1 1 1 1 1
  56. Row09=  1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
  57. Row10=  1 1 1 1 1 1 1 1 1 1 1 1 1 1 1
  58. Row11=  1 1 2 1 1 1 1 1 1 1 1 1 2 1 1
  59. Row12=  1 1 1 2 2 2 2 2 2 2 2 2 1 1 1
  60. Row13=  0 1 1 1 2 2 2 2 2 2 2 1 1 1 0
  61. Row14=  0 0 1 1 1 1 1 1 1 1 1 1 1 0 0
  62. Row15=  0 0 0 1 1 1 1 1 1 1 1 1 0 0 0
  63.  
  64. ;; Rack size.  Range is from 2 to 7.
  65. ;;
  66. RackSize=7
  67.  
  68. ;; Tiles.  A..Z and '*' for the blank.
  69. ;;             A B C D E F G H I J K L M N O P Q R S T U V W X Y Z *
  70. Distribution=  5 2 1 3 5 2 1 1 4 1 1 2 2 3 4 1 0 3 3 2 1 1 1 0 1 0 0
  71. Value=         1 2 2 2 1 2 2 2 1 3 3 1 2 1 1 2 4 1 1 1 1 2 3 4 3 4 0
  72.  
  73. ;; Bonus points to apply for playing all the tiles from a full rack.
  74. ;; Range is from 0 to 200.
  75. ;;
  76. FullRackBonus=0
  77.  
  78. ;; Bonus points to apply for making each new word.
  79. ;;
  80. WordBonus=0
  81.  
  82. ;; Points to subract for exchanging tiles.
  83. ;;
  84. ExchangePenalty=0
  85.  
  86. ;; The method to use when calculating the final score.
  87. ;;
  88. ;;   1 = Subtract the rack value from each players score.
  89. ;;   2 = Same as #1 plus if someone played out (has no more tiles) then
  90. ;;       add the values of the other players tiles to his rack as a bonus.
  91. ;;
  92. ScoringMethod=1
  93.